home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
American History: Interactive Maps & User's Guide
/
American History: Interactive Maps & User's Guide.iso
/
pc
/
Quit.dxr
/
00004.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-01-25
|
276 b
|
13 lines
on exitFrame
global gQuitButtonPressed
puppetSprite(13, 1)
puppetSprite(14, 1)
repeat with counter = 19 to 22
set the visible of sprite counter to 0
end repeat
if gQuitButtonPressed <> -1 then
set the visible of sprite 19 to 1
end if
updateStage()
end